home *** CD-ROM | disk | FTP | other *** search
- <WIZARD name="LibraryWizard" caption="Library Wizard" image="..\\images\\wizardoutput.bmp">
-
- <!--- wizard parameters --->
- <PARAM name="ApplicationName" value="" required="yes">
- <PARAM name="LibraryDirectory" value="" required="yes">
- <PARAM name="IsOverwriteEnabled" value="0" required="yes">
-
-
- <TEMPLATE
- name="Library_FileForm.wml"
- outputFile="$${SafeApplicationName}_FileForm.cfm"
- outputPath="$${Location}"
- description="Template that contains the file uploading form."
- >
- <TEMPLATE
- name="Library_FileAction.wml"
- outputFile="$${SafeApplicationName}_FileAction.cfm"
- outputPath="$${Location}"
- description="Template which uploads the file on the server. It also generates information about success of the upload."
- >
- <TEMPLATE
- name="Library_FileLibrary.wml"
- outputFile="$${SafeApplicationName}_FileLibrary.cfm"
- outputPath="$${Location}"
- description="Template displaying the content of the library."
- >
- <TEMPLATE
- name="Library_OpenFile.wml"
- outputFile="$${SafeApplicationName}_OpenFile.cfm"
- outputPath="$${Location}"
- description="Template returning the selected file back to the client."
- >
-
-
-
- <!-------------- Enter tag settings ---------------------->
- <PAGE name="Page1" caption="Library Application" image="..\\images\\Main.bmp">
-
- <INPUT name="editApplicationName" param="ApplicationName" required="yes"
- validationMsg="You cannot leave the custom tag name field blank">
-
- <INPUT name="editLocation" param="Location" required="yes"
- validationMsg="You cannot leave the location field blank">
-
- </PAGE>
-
-
- <!-------------- Select Library Directory ---------------------->
- <PAGE name="Page9" caption="Library Directory" image="..\\images\\LibraryDir.bmp">
-
- <INPUT name="editLibraryDirectory" param="LibraryDirectory" required="yes"
- validationMsg="You cannot leave the library directory field blank.">
-
- <INPUT name="cbIsOverwriteEnabled" param="IsOverwriteEnabled">
-
- </PAGE>
-
- </WIZARD>